<input type="button" onclick="opened('ALERT')" value="提示"/>
<script>
?var myAlert=alert;
?window.alert=function(msg){??????
???//your code????????
??myAlert?(msg+"-TEST");
?}
?function opened(msg){
??alert(msg);
?}
</script>
日期:2014-05-16 浏览次数:20352 次
<input type="button" onclick="opened('ALERT')" value="提示"/>
<script>
?var myAlert=alert;
?window.alert=function(msg){??????
???//your code????????
??myAlert?(msg+"-TEST");
?}
?function opened(msg){
??alert(msg);
?}
</script>