System.out.println("Person Constructor...")
}
public void eat() throws OneException {
System.out.println("Person eat...")
}
public void say() throws TwoException {
System.out.println("Person say...")
}
}
1、登录新浪博客,点击“发博文”如图:
2、在文本框的左下角,勾选“显示源代码”如图:
3、把你事先准备好的html代码复制粘贴到文本框内,或自己手写html代码,如图:
4、输入完内容后,再把“显示源代码”的钩去掉,预览,如图:
5、点击保存或发布,就成功了。