简体   繁体   中英

populate an array with 2 dimensions on the client side and get that array on server-side

I'm new to develop. Net. and I have a small question. Can I populate an array with 2 dimensions on the client side (javascript) and pass that array to the server side?

If yes, How?

Use JSON for your data. JavaScript works extremely well with JSON, and PHP can handle JSON objects.

Read more about it:

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM