鳗鱼白云

文章
6
资源
0
加入时间
2年10月17天

解决endWith is not a function

需要声明//测试ok,直接使用str.endWith("abc")方式调用即可String.prototype.endWith=function(str){var reg=new RegExp(str+"$");return reg.test(this);}

JavaScript if / else条件

An if statement is used to make the program take a route, or another, depending on the result of an expression evaluation. 根据表达式求值的结果,使用if语句使程序采用一条路线或另一条路线。 This is the simplest example, which alwa...

AI简单制作方形渐变效果

我们知道在ai软件里面很容易制作线形渐变和径向渐变效果,因为在渐变面板上渐变类型本身自带这两种,但是现在我们想要制作的的是方形渐变