function show_coords(event){event = event||window.event;x=event.clientXy=event.clientYalert("X 坐标: " + x + ", Y 坐标: " + y)}