84669 人が学習中
152542 人が学習中
20005 人が学習中
5487 人が学習中
7821 人が学習中
359900 人が学習中
3350 人が学習中
180660 人が学習中
48569 人が学習中
18603 人が学習中
40936 人が学習中
1549 人が学習中
1183 人が学習中
32909 人が学習中
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>ajax</title>
</head>
<body>
<button onclick="ass.ss() ">実行</button>
<script>
var ass = function ss() {alert("hello") };
//解決方法ss() メソッドを実行できますか?
</script>
</body>
</html>
それにアクセスするには、変数名と括弧を使用するだけです。 ass() を直接使用できます
それにアクセスするには、変数名と括弧を使用するだけです。 ass() を直接使用できます