C# PictureBox设置图片
1、网上图片
this.pictureBox1.ImageLocation = @"https://img-blog.csdnimg.cn/2020070316210530.png?x-oss-process=image/watermark,type_ZmFuZ3poZW5naGVpdGk,shadow_20,text_aHR0cHM6Ly9ibG9nLmNzZG4ubmV0L2NzZG5fd3V3dA==,size_86,color_444444,t_70#pic_center";
2、本地图片
this.pictureBox1.ImageLocation = @"D:/csdn_wuwt.png";
1万+

被折叠的 条评论
为什么被折叠?



