之前看到 Javascript 裡 String 有個 startsWith 的 method,
就直接用了
https://developer.mozilla.org/en-US/docs/JavaScript/Reference/Global_Objects/String/startsWith
startsWith 在 Java 裡是個很基本的method,
在用的當時也以為在 Javascript 也是如此
沒想到他是到了 ES6 才有的功能
幸好 Firefox 早就作好了
https://bugzilla.mozilla.org/show_bug.cgi?id=772733
就直接用了
https://developer.mozilla.org/en-US/docs/JavaScript/Reference/Global_Objects/String/startsWith
startsWith 在 Java 裡是個很基本的method,
在用的當時也以為在 Javascript 也是如此
沒想到他是到了 ES6 才有的功能
幸好 Firefox 早就作好了
https://bugzilla.mozilla.org/show_bug.cgi?id=772733
No comments:
Post a Comment