For what is this: postStr += "\r\n\r\n"

3 次查看(过去 30 天)
I have a question i dont really understand for what we use postStr += "\r\n\r\n"
Can anybody explain?
thanks

采纳的回答

Star Strider
Star Strider 2020-10-12
It appears to be an instruction to terminate a read or write format string of some sort with a string of 2 carriage returns (the ‘\r’) alternating with newline (the ‘\n’) characters.
  7 个评论

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Data Type Identification 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by