因為disabled的屬性已經整個禁用了此input的元素,所以完全無法抓去到此元素的value. 後面才驚覺必須要使用readonly的屬性 <input readonly="value">.
確定! 回上一頁