所以我有下面的代码,我希望每次更新页面时都能运行它。如果它在源代码中找到元素,我希望它向我显示一条警告消息。或者如何改进代码?
(function() { var training = document.getElementsByName("test_id") if (training==true) { alert("This page is tested"); } } )();
目前还没有任何答案,快来回答吧!
暂无答案!
目前还没有任何答案,快来回答吧!