Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
想要更好的答案
路人给了我一个很好的建议。
以下是旧来源:
<form name="fm" onsubmit="star()">
以下是新来源:
<form name="fm" action="javascript:star()">
这很好用。谢谢你,路人甲。说实话,我不明白为什么这段代码运行良好,而最后一个代码却没有......
于 2012-09-18T05:46:32.613 回答