fckeditor可以获取内容,但是如何将修改以后的数据保存呢?

日期:2015-07-27 20:18:22 人气:2

fckeditor可以获取内容,但是如何将修改以后的数据保存呢?

public static void main(String[] args) { int m = 1; for (int i=1; i<=5; i++) { m = m * i; } System.out.print(m); }
    A+
热门评论