2016-09-17 69 views

回答

6

这些值来自CSS:

.custom-file-control:lang(en)::after { 
    content: "Choose file..."; 
} 

.custom-file-control:lang(en)::before { 
    content: "Browse"; 
}