Java equivalent of Python repr()?

后端 未结 9 1888
醉酒成梦
醉酒成梦 2020-12-18 18:18

Is there a Java method that works like Python\'s repr? For example, assuming the function were named repr,

\"foo\\n\\tbar\".repr()

would re

9条回答
  •  一整个雨季
    2020-12-18 19:10

    Java has no repr-Function, but repr has got you covered (Full disclosure: I am the author of repr).

提交回复
热议问题