在Java中调用HTML函数,可以使用Java的内置库javax.swing
中的JEditorPane
组件,以下是一个简单的示例:
1、创建一个JFrame
窗口,并在其中添加一个JEditorPane
组件。
2、使用JEditorPane
的setContentType
方法设置内容类型为"text/html"。
3、接下来,使用JEditorPane
的setText
方法将HTML代码设置为要显示的内容。
4、使用JFrame
的setVisible
方法使窗口可见。
以下是一个完整的示例代码:
import javax.swing.*; import java.awt.*; public class HtmlFunctionExample { public static void main(String[] args) { // 创建一个新的JFrame窗口 JFrame frame = new JFrame("HTML Function Example"); frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); frame.setSize(400, 300); // 创建一个新的JEditorPane组件 JEditorPane editorPane = new JEditorPane(); editorPane.setContentType("text/html"); // 设置HTML代码 String htmlCode = "<html><body><h1>Hello, World!</h1></body></html>"; editorPane.setText(htmlCode); // 将JEditorPane添加到JFrame中 frame.getContentPane().add(new JScrollPane(editorPane), BorderLayout.CENTER); // 显示窗口 frame.setVisible(true); } }
运行此代码后,将显示一个包含标题“Hello, World!”的窗口。
最新评论
本站CDN与莫名CDN同款、亚太CDN、速度还不错,值得推荐。
感谢推荐我们公司产品、有什么活动会第一时间公布!
我在用这类站群服务器、还可以. 用很多年了。