aut jsはテキストボックス入力を実現します.
2326 ワード
1、setText()で入力する
// setText ,
setText ([i], text) // 。 false。
// i text, , false
setText(" ") //
setText(" ") //
2、input()で入力する// input ,
input([i], text) // 。 false。
input([0], " ") //
input([0], "again") // again
//
input(" ") //