【JS】:JS中實現屏蔽腳本

所謂腳本,就是javascript <html xmlns="http://www.w3.org/1999/xhtml" > <head> <title>標題頁</title> </head> <body> <noscript> <script LANGUAGE="JavaScript"> alert("看看能不能提示"); </script> </noscript> </body> </html
相關文章
相關標籤/搜索