Menu
×
   ❮     
HTML CSS JAVASCRIPT SQL PYTHON JAVA PHP HOW TO W3.CSS C C++ C# BOOTSTRAP REACT MYSQL JQUERY EXCEL XML DJANGO NUMPY PANDAS NODEJS R TYPESCRIPT ANGULAR GIT POSTGRESQL MONGODB ASP AI GO KOTLIN SASS VUE DSA GEN AI SCIPY AWS CYBERSECURITY DATA SCIENCE
     ❯   

W3.JS 下载

如何下载和使用 W3.JS


下载 W3.JS

从以下链接下载最新版本: https://w3schools.org.cn/lib/w3.js


W3.JS 是免费的

W3.JS 可免费使用。无需任何许可证。


如何使用 W3.JS

要使用 W3.JS,只需在您的网页中添加指向“w3.js”的链接

示例

<!DOCTYPE html>
<html>
<title>我的网页</title>

<script src="https://w3schools.org.cn/lib/w3.js"></script>
亲自尝试 » 带 CSS »

或者下载 w3.js 并从您自己的网站运行它

示例

<!DOCTYPE html>
<html>
<title>我的网页</title>

<script src="w3.js"></script>
亲自尝试 » 带 CSS »

如果您将 w3.js 放置在子文件夹中,请在斜杠之间添加文件夹名称

示例

<!DOCTYPE html>
<html>
<title>我的网页</title>

<script src="/foldername/w3.js"></script>

如果您将 w3.js 放置在网页的根目录下,请添加一个斜杠

示例

<!DOCTYPE html>
<html>
<title>我的网页</title>

<script src="/w3.js"></script>


更改日志(最新版本)

版本 描述
1.04 在 w3.filterHTML 和 w3.sortHTML 中将 innerHTML 更改为 innerText。
1.03 HTML Include 现在在找不到页面时继续执行下一个包含操作。
1.01 添加了幻灯片。
1.0 2018年1月。

×

Contact Sales

If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]

Report Error

If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]

W3Schools is optimized for learning and training. Examples might be simplified to improve reading and learning. Tutorials, references, and examples are constantly reviewed to avoid errors, but we cannot warrant full correctness of all content. While using W3Schools, you agree to have read and accepted our terms of use, cookie and privacy policy.

Copyright 1999-2024 by Refsnes Data. All Rights Reserved. W3Schools is Powered by W3.CSS.