Home >Web Front-end >JS Tutorial >JavaScript Strengthening Tutorial—Prototype
This article is the official HTML5 training tutorial of H5EDU organization. It mainly introduces: JavaScript enhancement tutorial - Prototype
Quoting Prototype
If you need to test the JavaScript library, you need to reference it in the web page.
To reference a library, use the <script> tag with its src attribute set to the URL of the library: <br>Reference Prototype <br><!DOCTYPE html> <br><html> <br><head> <br><script <br/>src ="http://apps.bdimg.com/libs/pro ... gt%3B <br/></script>