在每一个游戏教程中,我都会遇到这样的代码语句:
function example(parameter) {
/*What does this do?*/
this.parameter = parameter;
//and:
this.parameterTwo = function() { /*code*/};
}
这有什么意义?
森林海
相关分类