0
点赞
收藏
分享

微信扫一扫

frameset的使用

月孛星君 2022-09-06 阅读 236


注意:页面不能写字和使用budy标签

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>部门管理</title>
</head>
<frameset cols="200,*" border="1" frameborder="yes">
<frame src="/sys/toDeptManagerLeft" name="left"/>
<frame src="/sys/toDeptManagerRight" name="right"/>
</frameset >
</html>


举报

相关推荐

0 条评论