China Naming Network - Baby naming - What websites provide api interfaces?
What websites provide api interfaces?
Java provides a webservice interface.
Java provides a common access interface (other program calls).
For example, write a weather forecast interface.
The public string getweather (int type) {//type represents the city ID, so
Return to "Weather Information";
}
Others can access the getWeather interface to get weather information.