Improved to proficient in Mobile (android, IOS) App application service program development
6.2 development Improvement
Please refer toDevelopment ManualBasic label language and Expression in
6.3 proficient in mobile App application service program development
Familiar with light-Open Platform rules and development examples for mobile apps (in json format)
In addition to the basic development label language and expression (see the development manual in the same download package), the light-open platform is designed for the most common json text format development rules for mobile apps:
? The file name extension must be json (for example, one. json) or jsp file name extended with JspEasy
? The file content must be in closed json format, and static content can be directly written in json format, for example:
{“item”: {
… …
},”other”:”other value”}
? The value attribute parameter indicates the output value without quotation marks, for example:
@{item:price}
Output: "price": 51.24
? The list attribute parameter indicates that the output is in the array list format, and the end attribute parameter indicates the end position of the array (equal to the end value of)
@ {Item: name}
@ {Item: price}
@ {Item: unit}
? The nolast attribute parameter indicates that a comma is output after the array.
@ {Item: name}
@ {Item: price}
@ {Item: unit}
@ {Item: getLength}
? Nokey attribute parameter indicates no output array name
@ {Item: name}
@ {Item: price}
@ {Item: unit}
? Input strings directly without a name Array
@ {Item: name}
@ {PPage: name}, @ {item: name}
[@ {PPage: name}]
? Empty array direct output:
[]
The entire set of rules is still outstandingEasyCan be mastered at almost a glance. The learning will be carried out in conjunction with the instance later