<script type="text/javascript"> <!-- var myVariable = 'Hello there'; var newVariable = myVariable.replace('there','nate'); document.write(newVariable); // --> </script>
การทำงานของสคริปต์นี้ก็คือเริ่มต้นเรากำหนดตัวแปร myVariable
เป็น hello there ต่อมาเรากำหนดตัวแปรใหม่ newVariable
โดยใช้คำสั่ง .replace แทน there ด้วย nate
บรรทัดต่อมาก็ให้แสดงค่าตัวแปร newVariable
ผลที่ได้คือ
^^ ขอให้สนุกนะ ^^
0 ความคิดเห็น:
แสดงความคิดเห็น