标签:style blog color io ar sp div on cti
/* 模块化写法*/ var Person=function(){ var name=‘Jone‘, age=‘24‘, sex=‘male‘; function createIdea(){ //{....} } function handleIdea(){ //{....} } return{ create:createIdea, handel:handleIdea } } // Person.create(); 调用 // Person.handle(); 调用
标签:style blog color io ar sp div on cti
原文地址:http://www.cnblogs.com/hwgq2005/p/4030583.html