js题集25--编程训练

2021-06-08 19:03

阅读:387

标签:题集   函数   att   编程   --   bsp   ***   pat   nbsp   

1.题目一:

pattern(3):

 

1

1*2

1**3

pattern(10):

 

1

1*2

1**3

1***4

1****5

1*****6

1******7

1*******8

1********9

1*********10

pattern函数编写:

2.题目二:

Ex. 123456 -> "123,456"

3.题目三

9119 => 811181

备注:9^2 1^2 1^2 9^2 =>811181

编写函数

js题集25--编程训练

标签:题集   函数   att   编程   --   bsp   ***   pat   nbsp   

原文地址:http://www.cnblogs.com/tong24/p/7305850.html

上一篇:html style基础2

下一篇:js题集16


评论


亲,登录后才可以留言!