TextBox (最基本的). Html定義 <input type=”text” name=”text1" value=”text” test=”測試用” />. 取值 $('input[name=”text1"]').val();. 取自訂屬性
確定! 回上一頁