From d328000d0612ae7c1fc0cc41548d4e42231066b5 Mon Sep 17 00:00:00 2001 From: Gahotx Date: Mon, 26 Aug 2024 18:09:17 +0800 Subject: [PATCH] Update index.md --- files/zh-cn/web/api/webgl_api/matrix_math_for_the_web/index.md | 2 +- files/zh-cn/web/css/attr/index.md | 2 +- .../reference/global_objects/typedarray/subarray/index.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/files/zh-cn/web/api/webgl_api/matrix_math_for_the_web/index.md b/files/zh-cn/web/api/webgl_api/matrix_math_for_the_web/index.md index bc4ea790525f1a..4ec5df5090864d 100644 --- a/files/zh-cn/web/api/webgl_api/matrix_math_for_the_web/index.md +++ b/files/zh-cn/web/api/webgl_api/matrix_math_for_the_web/index.md @@ -125,7 +125,7 @@ function multiplyMatrices(matrixA, matrixB) { } ``` -### 使用说明 +### 示例 让我们看一看实际使用: diff --git a/files/zh-cn/web/css/attr/index.md b/files/zh-cn/web/css/attr/index.md index 8dfadb5f6c46ef..58d61216bef0bb 100644 --- a/files/zh-cn/web/css/attr/index.md +++ b/files/zh-cn/web/css/attr/index.md @@ -15,7 +15,7 @@ CSS 表达式 `attr()` 用来获取选择到的元素的某一 HTML 属性值, `attr()` 表达式可以用于任何 CSS 属性。 {{ experimental_inline() }} -## 使用说明 +## 语法 ``` 语法:attr( attribute-name ? [, ]? ) diff --git a/files/zh-cn/web/javascript/reference/global_objects/typedarray/subarray/index.md b/files/zh-cn/web/javascript/reference/global_objects/typedarray/subarray/index.md index 61bae5a0ab31ca..00b57b5c0bf51f 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/typedarray/subarray/index.md +++ b/files/zh-cn/web/javascript/reference/global_objects/typedarray/subarray/index.md @@ -9,7 +9,7 @@ slug: Web/JavaScript/Reference/Global_Objects/TypedArray/subarray {{EmbedInteractiveExample("pages/js/typedarray-subarray.html")}} -## 使用说明 +## 语法 ```js-nolint subarray()