The only new part on the client is connecting to a URL and reading the content or posting content. The URL connection provided by the Javaclass library makes this easy
客户机上惟一的新部分是连接 URL 并读取内容或发送内容。
2
This stylesheet is virtually identical to the first stylesheet; the main difference here is that you use a different custom collator. Here's the fragment of the stylesheet that invokes the Javaclass.
样式表基本上和第一个相同,主要的区别是使用了不同的自定义排序器。
3
Be sure to change the package, class, and constructor names in the Java code to match the project name.