本站源代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
152B

  1. // +build appengine
  2. package util
  3. func BytesToString(b []byte) string {
  4. return string(b)
  5. }
  6. func StringToBytes(s string) []byte {
  7. return []byte(s)
  8. }
上海开阖软件有限公司 沪ICP备12045867号-1