Code Monkey home page Code Monkey logo

Comments (1)

suica avatar suica commented on July 24, 2024

先做个传入JSON输出发言结构的demo吧!!!
不采用时间戳,而是使用日期时间+时区的形式。因为2038年快来了(逃

讨论系统JSON结构:

[

         {
	  	"time":"2017/6/17 11:51:31 GMT+0800",
	  	"username":"root",
	  	"nickname":"根",
	  	"content":"太难了,出题人太强大了",
	  	"reply_to":"0"
	  },

	   {
	  	"time":"2017/6/17 11:51:50 GMT+0800",
	  	"username":"111",
	  	"nickname":"2333",
	  	"content":"说的对!!",
	  	"reply_to":"0"
	  },

	   {
	  	"time":"2017/6/18 12:51:50 GMT+0800",
	  	"username":"woc",
	  	"nickname":"",
	  	"content":"真的可怕!",
	  	"reply_to":"1"
	  },

	  {
	  	"time":"2017/6/19 12:51:50 GMT+0800",
	  	"username":"测试4",
	  	"nickname":"我啊啊啊",
	  	"content":"我都慌了",
	  	"reply_to":""
	  }
  

]


值得注意的是,JSON不允许任何不必要的逗号!

from onlinejudge.

Related Issues (6)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.