updated 界面体验修改
This commit is contained in:
		
							parent
							
								
									8386e443e6
								
							
						
					
					
						commit
						9d8d58ed3c
					
				@ -97,10 +97,11 @@
 | 
				
			|||||||
				var index = value.lastIndexOf('的');
 | 
									var index = value.lastIndexOf('的');
 | 
				
			||||||
				index = Math.max(0,index);
 | 
									index = Math.max(0,index);
 | 
				
			||||||
				$textarea[0].value = value.substr(0,index);
 | 
									$textarea[0].value = value.substr(0,index);
 | 
				
			||||||
 | 
									$textarea[1].value = '';
 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
			$buttons[2].onclick = function(){
 | 
								$buttons[2].onclick = function(){
 | 
				
			||||||
				$textarea[0].value = '';
 | 
									$textarea[1].value = $textarea[0].value = '';
 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
		</script>
 | 
							</script>
 | 
				
			||||||
	</body>
 | 
						</body>
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user