Smart Weather

city = GetCookie(“city”);
if(!city){
   city = LookupCity(REMOTE_ADDR);
   if(city){
      SetCookie(“city”,city);
   }
   else{
      city = “Beijing”;
   }
}
WeatherShow(city);

// TODO: GetCookie / SetCookie / LookupCity / WeatherShow

About Lin

I was born in Shenzhen, I had studied in Lufeng and now, I am working in Beijing.
This entry was posted in 网络 and tagged , . Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>