摘要:
1、引入js文件 2、实现 阅读全文
摘要:
package com.zzy import scala.beans.BeanProperty class Aclass { @BeanProperty//生成get和set方法对于其他框架里对标准的scalaBean的使用有重要作用 var name="" private var age=0//屏 阅读全文
摘要:
package com.zy import scala.collection.mutable import scala.collection.mutable.ArrayBuffer object test3 { def main(args: Array[String]): Unit = { //fu 阅读全文