From ba91b017421b001cd226135612a7bd5dfcd88904 Mon Sep 17 00:00:00 2001 From: t7yang Date: Mon, 10 Jan 2022 08:38:06 +0800 Subject: remove inline style for zh-TW --- .../web/javascript/reference/global_objects/math/index.html | 2 +- .../web/javascript/reference/operators/typeof/index.html | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'files/zh-tw/web/javascript/reference') diff --git a/files/zh-tw/web/javascript/reference/global_objects/math/index.html b/files/zh-tw/web/javascript/reference/global_objects/math/index.html index 181af7319c..1c3401c908 100644 --- a/files/zh-tw/web/javascript/reference/global_objects/math/index.html +++ b/files/zh-tw/web/javascript/reference/global_objects/math/index.html @@ -41,7 +41,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Math

方法

-

注意三角函數 (sin(), cos(), tan(), asin(), acos(), atan(), atan2()) 的參數或回傳值的角度皆以弧度為單位。把角度乘上 (Math.PI / 180) 會得到弧度單位,將弧度除以該數則會轉換回一般所用的角度單位。

+

注意三角函數 (sin(), cos(), tan(), asin(), acos(), atan(), atan2()) 的參數或回傳值的角度皆以弧度為單位。把角度乘上 (Math.PI / 180) 會得到弧度單位,將弧度除以該數則會轉換回一般所用的角度單位。

diff --git a/files/zh-tw/web/javascript/reference/operators/typeof/index.html b/files/zh-tw/web/javascript/reference/operators/typeof/index.html index 585d340255..92d02f05bf 100644 --- a/files/zh-tw/web/javascript/reference/operators/typeof/index.html +++ b/files/zh-tw/web/javascript/reference/operators/typeof/index.html @@ -9,9 +9,9 @@ translation_of: Web/JavaScript/Reference/Operators/typeof

摘要

-

typeof 運算子會傳回一個字串值, 指出未經運算 (unevaluated) 的運算元所代表的型別。

+

typeof 運算子會傳回一個字串值, 指出未經運算 (unevaluated) 的運算元所代表的型別。

- +
@@ -31,13 +31,13 @@ translation_of: Web/JavaScript/Reference/Operators/typeof

語法

-

typeof 之後面跟著它的唯一運算元:

+

typeof 之後面跟著它的唯一運算元:

-
typeof operand
+
typeof operand
-

參數

+

參數

-
operand 表示式代表傳入的物件或原始型別。
+
operand 表示式代表傳入的物件或原始型別。

說明

-- cgit v1.2.3-54-g00ecf
運算子