First, create an input.11. Get a value by id1var value = $('#test_id').val();2. Get a value by class1var value = $('.test_class').val();3.
確定! 回上一頁