摘要:
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this... 阅读全文
摘要:
假设我们有一个表示文本的行数的类LineNumber:class LineNumber ( val num : Int ) 我们可以用这个类来表示一本书中每一页的行数:val lineNumOfPage1 = new LineNumber(112)val lineNumOfPage2 = new L... 阅读全文