Home > Back-end >  How to receive delphi7 development background program with the front desk to send json message?
How to receive delphi7 development background program with the front desk to send json message?

Time:09-19

Ready to do a stock program, now has the letter of understanding 1 points 5 day week monthly document format cracked, front desk WEB also ready, is to do not know how to make the background, I don't want to use Java, are not ripe and architecture also trouble, now at the front desk WEB can post way send json message to come over, I of the Delphi program to parse the message and returns it to the front desk, could you tell me how to do? Can give a sample is best, to not give a thought to also go, return the data format is simple, is the stock name, price, volume, etc.,,

CodePudding user response:

http://blog.csdn.net/pcwe2002/article/details/54606778
This can, background with Delphi, the front with the H5

CodePudding user response:

Intraweb? Superobject to parse the json

CodePudding user response:

reference 1st floor pcwe2002 response:

http://blog.csdn.net/pcwe2002/article/details/54606778This can be the background with Delphi, the front with the H5

The web service for which there is no speak? IIS line not line?

CodePudding user response:

reference realside reply: 3/f
Quote: refer to 1st floor pcwe2002 response:

http://blog.csdn.net/pcwe2002/article/details/54606778
This can be the background with Delphi, the front with the H5

The web service for which there is no speak? IIS line not line?


Web server is an executable program, just run, configure iis too much trouble

CodePudding user response:

This, you must learn Josn grammar rules, can write the parsing code, can also be through a third party controls, analytical system,

CodePudding user response:

Use TIdHttp after receiving the receptionist Json parsing return volume, etc
  • Related