public class PrintSquare { public static void main(String[] args) { printSolidSquare(10); System.out.println("==我是一条分割线=="); printHollowSquare(10); } // 打印空心正方形 private static void printHollowSquare(int n) { for (int i = 1; i <= n; i++) { for
本来想把实例也写到上篇博客里,最后发现太长了,拆成两篇博客了. 实例来源于官方文档:http://www.jqplot.com/tests/ 这篇博客主要是翻译了官方文档关于经典实例的解说,并在相应代码中添加注释. 写到后面的时候,感觉有点心不在焉,如果有错误,或者看不懂的,欢迎留言. Line charts, scatter plots and series options(线图,散点图和系列选项) 该类型图表可能依赖于以下插件 <script type="text/javascript