DOCTYPE html><html> <head> <meta charset="UTF-8"> <title>String对象</title> <script> var str = "-a-b-c-d-e-f-"; var str1 = str.substr(2,4) ...
確定! 回上一頁