例如。有一個表單窗口可以評估chrome下的文件,爲什麼?
<form name="formA" action="https://www.myhomept.co/z_jay/test/php/requestTest.php" method="post">
<input name="inputA" value="inputValueA">
<button type="submit">submit</button>
</form>
我用console.log("window.formA", window.formA);
,我可以有回報,但我不能從console.log(window)
找到window.formA。