`
whotodo
  • 浏览: 168335 次
文章分类
社区版块
存档分类
最新评论
文章列表
import java.util.Scanner; public class IfYears { public static boolean isleapyear(int year){ if((year%4==0&&year%100!=0)||year%400==0) return true; else return false; } public static void main(String[] args) { System.out.println("请输入要判断的年份: "); ...
xaml代码 <UserControlx:Class="SilverlightApplication1.HtmlPageControl"xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"xmlns:d="http://schemas.microsoft.com/expression/blend/2008"xmlns:mc=& ...
Global site tag (gtag.js) - Google Analytics