java腳本語言中documentwrite是什么意思?
document.write()是向頁面寫東西的比如<html><head><script> document.write('hello<p>');</script></head><body></body></html>是等價于<html><head></head><body>hello<p></body></html>
java腳本語言中documentwrite是什么意思?
document.write()是向頁面寫東西的比如<html><head><script> document.write('hello<p>');</script></head><body></body></html>是等價于<html><head></head><body>hello<p></body></html>