text方法

Future<String> text()

实现

Future<String> text() => promiseToFuture<String>(JS("", "#.text()", this));