function test(){ var input_1 = $('#test') var range = input_1.createTextRange(); //创建一个文本选区对象。 range.select(); } </script>.
確定! 回上一頁