This repository was archived by the owner on Mar 9, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 22 * @Author: LetMeFly
33 * @Date: 2022-10-17 19:03:59
44 * @LastEditors: LetMeFly
5- * @LastEditTime: 2022-10-20 18:32:09
5+ * @LastEditTime: 2022-10-20 18:35:03
66-->
77<!DOCTYPE html>
88< html >
@@ -119,7 +119,7 @@ <h3>喜欢了就去点个Star吧:<a href="https://github.com/LetMeFly666/Count
119119 }
120120 const already = n1 * ln * ln * ln + n2 * ln * ln + n3 * ln + n4 ;
121121 const alreadyPercent = already * 100 / ( ln * ln * ln * ln ) ;
122- percent . html ( "运算进度 :" + alreadyPercent + "%" ) ;
122+ percent . html ( "计算进度 :" + alreadyPercent + "%" ) ;
123123
124124 n4 += 1 ;
125125 if ( n4 == ln ) {
@@ -132,7 +132,7 @@ <h3>喜欢了就去点个Star吧:<a href="https://github.com/LetMeFly666/Count
132132 n2 = 0 ;
133133 n1 ++ ;
134134 if ( n1 == ln ) {
135- percent . html ( "运算进度 :100%" ) ;
135+ percent . html ( "计算进度 :100%" ) ;
136136 return callBack ( ) ;
137137 }
138138 }
@@ -247,7 +247,7 @@ <h3>喜欢了就去点个Star吧:<a href="https://github.com/LetMeFly666/Count
247247 }
248248 add1CenterH3Into1Div ( processDiv , "数字:" + numbers . toString ( ) ) ;
249249 add1CenterH3Into1Div ( processDiv , "运算符:" + operators . toString ( ) ) ;
250- add1CenterH3Into1Div ( processDiv , "运算进度 :0%" , "Percent" ) ;
250+ add1CenterH3Into1Div ( processDiv , "计算进度 :0%" , "Percent" ) ;
251251
252252
253253 function caluAndRender ( ) {
You can’t perform that action at this time.
0 commit comments