質問編集履歴

2

urlStを例示アドレス(example)に書き換え

2020/02/10 06:32

投稿

front_sea
front_sea

スコア8

test CHANGED
File without changes
test CHANGED
@@ -340,7 +340,7 @@
340
340
 
341
341
  {
342
342
 
343
- String urlSt = "https://.../pic_upload.php"; //組織の名前が入っているので便宜上のURLです
343
+ String urlSt = "https://example/pic_upload.php"; //組織の名前が入っているので便宜上のURLです
344
344
 
345
345
 
346
346
 

1

urlStの値に「...」を追加の上、コメントを追加し便宜上のURLであることを明記

2020/02/10 06:32

投稿

front_sea
front_sea

スコア8

test CHANGED
File without changes
test CHANGED
@@ -340,7 +340,7 @@
340
340
 
341
341
  {
342
342
 
343
- String urlSt = "https://pic_upload.php";
343
+ String urlSt = "https://.../pic_upload.php"; //組織の名前が入っているので便宜上のURLです
344
344
 
345
345
 
346
346