誰かが次のコードの問題を教えてもらえますか?
outputStream.writeBytes(twoHyphens + boundary + lineEnd);
outputStream.writeBytes("Content-Disposition: form-data; name=\"key\"" + lineEnd);
outputStream.writeBytes(lineEnd);
outputStream.writeBytes("test");
outputStream.writeBytes(twoHyphens + boundary + twoHyphens + lineEnd);