You can escape it by posting a double '%' like this: %%. Using your example: printf("hello%%");. Escaping the '%' sign is only for printf. If you do:
確定! 回上一頁