質問編集履歴
2
urlStを例示アドレス(example)に書き換え
test
CHANGED
File without changes
|
test
CHANGED
@@ -340,7 +340,7 @@
|
|
340
340
|
|
341
341
|
{
|
342
342
|
|
343
|
-
String urlSt = "https://
|
343
|
+
String urlSt = "https://example/pic_upload.php"; //組織の名前が入っているので便宜上のURLです
|
344
344
|
|
345
345
|
|
346
346
|
|
1
urlStの値に「...」を追加の上、コメントを追加し便宜上のURLであることを明記
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
|
|