ホームページ >ウェブフロントエンド >htmlチュートリアル >次のコードは、Browser_html/css_WEB-ITnose で常にエラーを報告します。
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" を追加ef4bb24a672a2283c083e2b0595919d1 、大丈夫です
エラーが全然見つかりません
そのまま向き合っています?????????