using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; using LitJson; using System.Data; using System.Collections; using System.Web.Script.Serialization; public class…
// // main.swift // switch // // Created by lanou on 16/10/21. // Copyright (c) 2016年 lanou. All rights reserved. // import Foundation //switch /* C语言的switch switch(变量){ case value1:{ 代码块 (如果代码快只有一块 大括号可以不写) break; } case value2:{ 代码块 (如果代码快只有一块 大括号可…