.trPic{
width:640px;
height:480px;
position:absolute;
top:0px;
left:0px;
width:640px;
height:480px;
background: url(http://192.168.2.150:8090/?action=stream) no-repeat;
border:0px solid #000000;
}
我可以在Css上获得主机名吗?像(http://hostname:8090/?action=stream)之类的东西 因为我的服务器在不同的端口上运行,当我的IP更改或当有人从局域网连接时我无法看到流...
当我的ip更改示例时:192.168.43.187我必须将css文件更改为并且localhost使用127.0.1.1并且当我想要从lan流出时,必须在LAN上显示dosemn,我必须将css更改为{ {3}}
答案 0 :(得分:0)
手动添加图片 你不需要托管你的图像兄弟XD
.trPic{
width:640px;
height:480px;
position:absolute;
top:0px;
left:0px;
width:640px;
height:480px;
background: url(/*ur_image*/) no-repeat;
border:0px solid #000000;
}