摘要: 面向对象 对象:属性、方法。 table,function。 student = {name = "张三",age = 18, gotoSchool = function(name) print(name.."上学") end} --[[ student.gotoSchool = function( 阅读全文
posted @ 2022-07-26 20:39 再努力一些 阅读(27) 评论(0) 推荐(0)