Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
osclassで通貨コードなしで商品価格を取得するには? Paypal に送信するには、この値が必要です。
10個の数字のみを取得する関数が必要です。
osc_item_price() は使用する正しい関数ですが、返された数値を 1000000 で割る必要があります。次の関数を使用してこれを行うことができます。
function getItemPrice() { return osc_item_price()/1000000; }