Markdown语法测试

江一帆 2020-02-16 PM 2163℃ 0条 2052字 Site load time is:180 ms 百度:已收录

这只是一个测试

一级标题

二级标题

三级标题

四级标题

加粗文字

斜体文字

有序列表

  1. 有序列表

    1. 列表项目

      1. 列表项目
  2. 列表项目
  3. 列表项目
  4. 列表项目

无序列表

  • 列表项目

    • 列表项目

      • 列表项目
  • 列表项目
  • 列表项目

引用文字

private String userName;
private  int userPassword;

public User(){

}
/*
 **123
 **dgdgsggdfgdsg
 */
//sgdgsdgsdg
public class User {
    private String userName;
    private  int userPassword;

    public User(){

    }

    public User(String userName, int userPassword) {
        this.userName = userName;
        this.userPassword = userPassword;
    }

    public String getUserName() {
        return userName;
    }

    public void setUserName(String userName) {
        this.userName = userName;
    }

    public void setUserPassword(int userPassworduserPassworduserPassworduserPassworduserPassworduserPassword) {
        this.userPassword = userPassworduserPassworduserPassworduserPassworduserPassworduserPassword;
    }

    public int getUserPassword() {
        return userPassword;
    }    
}

20200119104017_33650.jpg

#include<iostream>
using namespace std;
int main(){
    int x;
    float y;
    cout<<"Please input an int number:"<<endl;
    cin>>x;
    cout<<"The int number is x= "<<x<<endl;
    cout<<"Please input a float number:"<<endl;
    cin>>y;
    cout<<"The float number is y= "<<y<<endl;   
    return 0;
}
#include<iostream>
using namespace std;
int main(){
    int x;
    float y;
    cout<<"Please input an int number:"<<endl;
    cin>>x;
    cout<<"The int number is x= "<<x<<endl;
    cout<<"Please input a float number:"<<endl;
    cin>>y;
    cout<<"The float number is y= "<<y<<endl;   
    return 0;
}
count = 0
while (count < 9):
   print 'The count is:', count
   count = count + 1

print "Good bye!"

分割线


摘要分割线

标签: none

本文最后更新于:2020-03-02 21:04,可能因经年累月而与现状有所差异。

非特殊说明,本博所有文章均为博主原创。

上一篇 没有了
下一篇 JavaScript与jQuery的区别

评论啦~


召唤看板娘