|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
没有那个大公司会傻了吧唧用.net开发大型项目,开发了,那等于自己一半的生命线被微软握着呢。而.net不行,限制在window系统,又是捆绑,鄙视微软之!js|页面JS代码(任意放那里):
<scriptlanguage="JavaScript">
<!--
varflag=false;
functionDrawImage(ImgD){
varimage=newImage();
image.src=ImgD.src;
if(image.width>0&&image.height>0){
flag=true;
if(image.width/image.height>=180/110){
if(image.width>180){
ImgD.width=180;
ImgD.height=(image.height*110)/image.width;
}else{
ImgD.width=image.width;
ImgD.height=image.height;
}
/*ImgD.alt="bigpic"*/
}
else{
if(image.height>110){
ImgD.height=110;
ImgD.width=(image.width*110)/image.height;
}else{
ImgD.width=image.width;
ImgD.height=image.height;
}
/*ImgD.alt="bigpic"*/
}
}
}
//-->
</script>
图片利用的中央:
<imgsrc="图片"border=0width="180"height="110">
width="180"height="110"注重这里最好限制,假如不限制加载图时会成原年夜,然后再减少,这个历程假如图年夜了很丢脸的.这里是宽度和高度,在后面的JS里改,这里也作响应的改.
图不会变形,只会按比列缩,宁神
恰恰证明了java的简单,要不怎么没有通过c/c++来搞个这种框架? |
|