rree
私の設定なのか何かなのかわかりません。 、CSDN ホームページに入ってもエラーが報告されるようになりました。このコードは正しいですか。問題はどこにありますか?
私は変えずに向き合っています
type="text/javacript" s を削除
<html> <head> <script type="text/javacript"> function upperCase_() { var x = document.getElementById("fname").value; document.getElementById("fname").value = x.toUpperCase(); } function test() { alert("come on"); } </script> </head> <body> 输入姓名: <input type="text" id="fname" onblur="upperCase_()"> </body></html>
"s" を追加