Monday, March 16, 2015

格式化代码

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
using pre tag:    <pre class="brush: java"></pre>
// Comment
public class Testing {
public Testing() {
}
 
public void Method() {
/* Another Comment
on multiple lines */
int x = 9;
}
}

No comments:

Post a Comment