Skip to content
  • Projects
  • Groups
  • Snippets
  • Help

傅伟强-富德 / test1

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Snippets
  • Settings
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Switch branch/tag
  • test1
  • src
  • Test2.java
  • 傅伟强-富德's avatar
    首次创建项目 · 9b4b6042
    傅伟强-富德 committed May 06, 2018
    9b4b6042
Test2.java 288 Bytes
BlameHistoryPermalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15

public class Test2 {
	public static void main(String args[]){
		Example ex=new Example(); 
		ex.change(ex.str,ex.ch);
		System.out.print(ex.str+"and");
		System.out.print(ex.ch);
	} 
	public void change(String str,char ch[])
	{
		str="test ok"; 
		String s="g"; 
	} 
	}
}