<!DOCTYPE html>
<html>
<body>
<%

x="彼得"
response.write(IsObject(x))

%>

</body>
</html>