var arr = . getElementsByTagName("");
for(var x=0; x<arr.length; x++) {
arr[].innerHTML="PHP中文網(wǎng)";
}
<script>
var d = document.(""); d..= "red";
</script>
<button ="msg()">點(diǎn)我</button>
<script>
msg() {
alert("Hi!");
}
</script>
<div ="alert('歡迎來PHP中文網(wǎng)學(xué)習(xí)編程!');"> 將鼠標(biāo)移動(dòng)到這邊看看! </div>